home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
include
/
linux
/
unistd.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-10-13
|
177b
|
12 lines
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
#include <errno.h>
/*
* Include machine specific syscallX macros
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */